const github.com/refraction-networking/utls.recordTypeAlert
7 uses
github.com/refraction-networking/utls (current package)
common.go#L78: recordTypeAlert recordType = 21
conn.go#L672: if (typ != recordTypeAlert && typ != recordTypeHandshake) || vers >= 0x1000 {
conn.go#L703: if typ != recordTypeAlert && typ != recordTypeChangeCipherSpec && len(data) > 0 {
conn.go#L717: case recordTypeAlert:
conn.go#L850: _, writeErr := c.writeRecordLocked(recordTypeAlert, c.tmp[0:2])
conn.go#L1415: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
u_conn.go#L895: recordType(c.rawInput.Bytes()[0]) == recordTypeAlert {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |